higher-order function

Terms from Artificial Intelligence: humans at the heart of algorithms

A higher-order function is a function where one or more if its parameters is itself a function. The map and reduce funcions that were the inspration for MapReduce are both examples of higher order functions.

Used on page 163